Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Specify Ubuntu keyserver and both public key fingerprints in install/verify instructions #5098

Merged

Conversation

rocodes
Copy link
Contributor

@rocodes rocodes commented Jan 20, 2020

Include second public key required for verifying Ubuntu sha256sums, and pass ubuntu keyserver to gpg-recv-key because of UID stripping issue with keys.openpgp.org

Status

Ready for review

Description of Changes

Resolves #5082.

Changes proposed in this pull request: docs only; change to command recommended for downloading Ubuntu Signing Keys.

Testing

  1. Reproduce Ubuntu image fails to verify on Admin Workstation when following instructions #5082: Delete Ubuntu Signing keys from your GPG keychain and following current documentation to try to receive and install keys. You will encounter the no user ID - skipped issue. Once specifying another keyserver (hkps://keyserver.ubuntu.com), you will be able to download the first key, but verification of SHA256SUMS will fail because a second key is required.
  2. Manual review of documentation if proposed steps (retrieve both public keys, specify keyserver) are deemed appropriate.

Checklist

If you made changes to documentation:

  • Doc linting (make docs-lint) passed locally

…nd pass ubuntu keyserver to gpg-recv-key because of UID stripping issue with keys.openpgp.org
Copy link
Contributor

@zenmonkeykstop zenmonkeykstop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran through ISO checksum process with new instructions, no issues. Fingerprints match those in Ubuntu docs: https://help.ubuntu.com/community/VerifyIsoHowto . LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ubuntu image fails to verify on Admin Workstation when following instructions
2 participants